hasCrop

abstract fun hasCrop(block: DesignBlock): Boolean

Deprecated

Use supportsCrop instead.

Replace with

this.supportsCrop(block)

Query if the given block has crop properties.

Return

true if the block has crop properties, false otherwise.

Parameters

block

the block to query.